1bashThis demonstrates passing a file as standard input to a Python script using the < redirection operator.python hello.py < "input.in" # pass input.in as input to the scriptbash internalfile and stream operationsstream redirection and pipinginput redirection